A base class for various collections of cryptographic objects.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public MustInherit Class CryptographicCollection(Of T) _ Inherits CryptographicCollection _ Implements IList(Of T), ICollection(Of T), _ IEnumerable(Of T), IEnumerable |
C# |
---|
public abstract class CryptographicCollection<T> : CryptographicCollection, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable |
Type Parameters
- T
Inheritance Hierarchy
System..::..Object
Rebex.Security.Cryptography..::..CryptographicCollection
Rebex.Security.Cryptography..::..CryptographicCollection<(Of <(<'T>)>)>
Rebex.Security.Certificates..::..CertificateCollection
Rebex.Security.Certificates..::..CertificateExtensionCollection
Rebex.Security.Certificates..::..CrlDistributionPointCollection
Rebex.Security.Cryptography.Pkcs..::..CertificateRevocationListCollection
Rebex.Security.Cryptography.Pkcs..::..CryptographicAttributeCollection
Rebex.Security.Cryptography.Pkcs..::..RecipientInfoCollection
Rebex.Security.Cryptography.Pkcs..::..RevokedCertificateCollection
Rebex.Security.Cryptography.Pkcs..::..SecureMimeCapabilityCollection
Rebex.Security.Cryptography.Pkcs..::..SignerInfoCollection
Rebex.Security.Cryptography..::..CryptographicCollection
Rebex.Security.Cryptography..::..CryptographicCollection<(Of <(<'T>)>)>
Rebex.Security.Certificates..::..CertificateCollection
Rebex.Security.Certificates..::..CertificateExtensionCollection
Rebex.Security.Certificates..::..CrlDistributionPointCollection
Rebex.Security.Cryptography.Pkcs..::..CertificateRevocationListCollection
Rebex.Security.Cryptography.Pkcs..::..CryptographicAttributeCollection
Rebex.Security.Cryptography.Pkcs..::..RecipientInfoCollection
Rebex.Security.Cryptography.Pkcs..::..RevokedCertificateCollection
Rebex.Security.Cryptography.Pkcs..::..SecureMimeCapabilityCollection
Rebex.Security.Cryptography.Pkcs..::..SignerInfoCollection